home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / misc / Cmp_V1_4.lha / CMP / InstallRT < prev    next >
AmigaDOS Script File  |  1995-04-09  |  269b  |  19 lines

  1. .key ""
  2. .bra {
  3. .ket }
  4. failat 21
  5.  
  6. echo "This script installs reqtools.library (c) by Nico François."
  7. echo ""
  8.  
  9. ask "Do you want to install reqtools.library to your LIBS: directory ?"
  10.  
  11. if warn
  12.     copy libs/reqtools.library libs:
  13. endif
  14.  
  15. echo ""
  16. echo "Finished."
  17.  
  18. lab exit
  19.